home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 March
/
Gamestar_71_2005-03_dvd.iso
/
Dema
/
willofsteel_demo.exe
/
{app}
/
Data
/
gui
/
ays.gui
next >
Wrap
Text File
|
2004-10-23
|
2KB
|
84 lines
ID_BUTTON = 0
ID_FRAME = 7
PGUI_1STBUTTON_DOWN = 0
PGUI_1STBUTTON_UP = 1
PGUI_1STBUTTON_CLCK = 2
PGUI_1STBUTTON_DBLCLCK = 3
PGUI_1STBUTTON_DRAG = 4
PGUI_1STBUTTON_DROP = 5
PGUI_2NDBUTTON_DOWN = 6
PGUI_2NDBUTTON_UP = 7
PGUI_2NDBUTTON_CLCK = 8
PGUI_2NDBUTTON_DBLCLCK = 9
PGUI_2NDBUTTON_DRAG = 10
PGUI_2NDBUTTON_DROP = 11
PGUI_POINTER_MOVE = 12
PGUI_POINTER_HOVER = 13
PGUI_POINTER_LEAVE = 14
PGUI_POINTER_DRAG_HOVER = 15
PGUI_POINTER_DRAG_LEAVE = 16
PGUI_CHAR_PRESSED = 17
PGUI_KEY_PRESSED = 18
PGUI_VALUE_CHANGED = 19
PGUI_RELEASE_FOCUS = 20
PGUI_INITIALISATION = 21
PGUI_ANIMATION_FINISHED = 22
CreateGUI("ays");
id=GUIADDCONTROL {
Parent = 0,
Name = "AreYouSureFrame",
Title = "AreYouSureFrame",
ControlType= ID_FRAME,
BoundRect = {0,0,1024,768},
Texture = "GUI/top_border.dds",
Rec1STTexture = {0,232,1,233},
};
GUIADDCONTROL {
Parent = id,
Name = "AreYouSureFrame2",
Title = "AreYouSureFrame2",
ControlType= ID_FRAME,
BoundRect = {407,312,619,434},
Texture = "GUI/top_border.dds",
Rec1STTexture = {654,103,866,225},
};
GUIADDCONTROL {
Parent = id,
Name = "Yes",
ControlType= ID_BUTTON,
BoundRect = {429,386,506,415},
Texture = "GUI/top_border.dds",
Title = "Yes",
Rec1STTexture = {0,232,1,233},
Rec2NDTexture = {33,132,110,160},
Rec3RDTexture = {0,232,1,233},
Rec4THTexture = {0,232,1,233},
MESSAGE_MAP = {
{PGUI_1STBUTTON_CLCK , "SETDLGRESULT_YES"},
},
};
GUIADDCONTROL {
Parent = id,
Name = "No",
ControlType= ID_BUTTON,
BoundRect = {525,386,602,415},
Texture = "GUI/top_border.dds",
Title = "No",
Rec1STTexture = {0,232,1,233},
Rec2NDTexture = {33,161,110,189},
Rec3RDTexture = {0,232,1,233},
Rec4THTexture = {0,232,1,233},
MESSAGE_MAP = {
{PGUI_1STBUTTON_CLCK , "SETDLGRESULT_NO"},
},
};